home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMIGA-CD 2
/
Amiga-CD - Volume 2.iso
/
ungepackte_daten
/
1994
/
5
/
02
/
tips & tricks
/
showenv.bat
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1995-06-01
|
154 b
|
7 lines
; zeige alle environment-Variablen (sortiert)
set pipe "pipe:showenv.$process"
list env:~(#?.info) quick nohead files to "$pipe"
sort from "$pipe" to *